Vue mixin 混入及自定義Vue插件 一、mixin混入 mixin即合並公共方法: 可以設置通用的方法或者變量 外部mixin 如下: 全局mixin:Vue.mixin = ({}) expor ...